home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00117_Script_117
< prev
next >
Wrap
Text File
|
1995-06-01
|
463b
|
20 lines
on mouseDown
global lastChapter, thisLine
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "Oracle History" = "" then
beep
exit
else
hilite line thisLine of field "Oracle History"
puppetSound "add a movie"
updatestage
set lastChapter = ("Chapter "&thisLine)
set the text of cast "Oracle History text" = the text of cast ("Chapter "&thisLine)
end if
end